home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 1.3 KB | 57 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: SLGrGlob.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef SLGRGLOB_H
- #define SLGRGLOB_H
-
- #ifndef FWSTDDEF_H
- #include "FWStdDef.h"
- #endif
-
- #ifndef SLGRDEF_H
- #include "SLGrDef.h"
- #endif
-
- // Export or Import functions for CFM-68K [sfu]
-
- #if defined(FW_ODFLIB_IMPORT)
- #pragma import on
- #elif defined(FW_ODFLIB)
- #pragma export on
- #endif
-
- //========================================================================================
- // Shared globals
- //========================================================================================
-
- #ifdef FW_BUILD_MAC
- extern GrafPtr FW_gScratchPort;
- #endif
-
- //========================================================================================
- // Functions
- //========================================================================================
-
- FW_EXTERN_C_BEGIN
-
- void SL_API FW_PrivInitializeGraphicsGlobals();
- void SL_API FW_PrivTerminateGraphicsGlobals();
-
- FW_EXTERN_C_END
-
- // For CFM-68K [sfu]
-
- #if defined(FW_ODFLIB_IMPORT)
- #pragma import off
- #elif defined(FW_ODFLIB)
- #pragma export off
- #endif
-
- #endif // SLGRGLOB_H
-